|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgametheory.ReadInData
public class ReadInData
Reads in data from pre-calculated profit file. The profit file contains the expected profit for each firm, conditonal on the full vector of entry choices. Further details can be found in Bajari, Hong, and Ryan (2009).
Constructor Summary | |
---|---|
ReadInData()
Creates a new instance of ReadInData |
Method Summary | |
---|---|
java.util.ArrayList<Game> |
getGameList()
Returns game list. |
void |
setGameList(java.util.ArrayList<Game> gameList)
Sets the game list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadInData()
Method Detail |
---|
public java.util.ArrayList<Game> getGameList()
public void setGameList(java.util.ArrayList<Game> gameList)
gameList
- Game list to be populated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |